home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / handson / CPPBuild / STEP3 / PROJECT1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-05-14  |  883 b   |  49 lines

  1. object Form1: TForm1
  2.   Left = 258
  3.   Top = 202
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Add: TButton
  15.     Left = 56
  16.     Top = 56
  17.     Width = 73
  18.     Height = 33
  19.     Caption = 'Add'
  20.     TabOrder = 0
  21.     OnClick = AddClick
  22.   end
  23.   object Remove: TButton
  24.     Left = 56
  25.     Top = 136
  26.     Width = 73
  27.     Height = 33
  28.     Caption = 'Remove'
  29.     TabOrder = 1
  30.     OnClick = RemoveClick
  31.   end
  32.   object Memo1: TMemo
  33.     Left = 208
  34.     Top = 32
  35.     Width = 201
  36.     Height = 193
  37.     Color = clFuchsia
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -19
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     Lines.Strings = (
  44.       '')
  45.     ParentFont = False
  46.     TabOrder = 2
  47.   end
  48. end
  49.